Contribution org.nuxeo.ecm.platform.picture.actions--actions
In component org.nuxeo.ecm.platform.picture.actions
org.nuxeo.ecm.platform.picture.actions
inside nuxeo-platform-imaging-dm-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action enabled="true" id="tab_bookview" label="action.view.book" link="/incl/tabs/book_view.xhtml" order="1">
<category>VIEW_ACTION_LIST</category>
<filter-id>grantpicturebook</filter-id>
</action>
<action enabled="true" id="tab_slideshow" label="action.view.slideshow" link="/incl/tabs/slide_view.xhtml" order="2">
<category>VIEW_ACTION_LIST</category>
<filter-id>grantpicturebook</filter-id>
</action>
<action enabled="true" id="tab_imageview" label="action.view.picture" link="/incl/tabs/picture_view.xhtml" order="22">
<category>VIEW_ACTION_LIST</category>
<filter-id>hasPictureFacet</filter-id>
</action>
<action enabled="true" id="tab_metadata_picture" label="action.view.metadata_picture" link="/incl/tabs/metadata_picture.xhtml" order="24">
<category>VIEW_ACTION_LIST</category>
<filter-id>hasPictureFacet</filter-id>
</action>
</extension>